home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 001-100 / 001-025 / 023 / ver30 / sys / sysv / sysdef.h < prev    next >
Text File  |  1995-03-17  |  678b  |  22 lines

  1. /*
  2.  * Name:    MicroEMACS
  3.  *        Ultrix-32 system header file same for System V.
  4.  * Version:    29
  5.  * Last edit:    05-Feb-86
  6.  * By:        rex::conroy
  7.  *        decvax!decwrl!dec-rhea!dec-rex!conroy
  8.  */
  9. #define    PCC    1            /* "[]" gets an error.        */
  10. #define    KBLOCK    8192            /* Kill grow.            */
  11. #define    GOOD    0            /* Good exit status.        */
  12.  
  13. /*
  14.  * Macros used by the buffer name making code.
  15.  * Start at the end of the file name, scan to the left
  16.  * until BDC1 (or BDC2, if defined) is reached. The buffer
  17.  * name starts just to the right of that location, and
  18.  * stops at end of string (or at the next BDC3 character,
  19.  * if defined). BDC2 and BDC3 are mainly for VMS.
  20.  */
  21. #define    BDC1    '/'            /* Buffer names.        */
  22.